From c93113caf65a029cc6bcd7544b72e8e8a9d1ea10 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 17 Nov 2023 22:01:50 +0900 Subject: added some waybar configs --- config/waybar/configs/Gardenia [TOP] | 117 +++++++++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 config/waybar/configs/Gardenia [TOP] (limited to 'config/waybar/configs/Gardenia [TOP]') diff --git a/config/waybar/configs/Gardenia [TOP] b/config/waybar/configs/Gardenia [TOP] new file mode 100644 index 00000000..7cf7120c --- /dev/null +++ b/config/waybar/configs/Gardenia [TOP] @@ -0,0 +1,117 @@ +//* ----------- πŸ’« https://github.com/JaKooLit πŸ’« -------- */ +//* ............................................*/ +//* .............GARDENIA.......................*/ +//* ............................................*/ +//* --- πŸ‘ designed by https://github.com/Krautt πŸ‘ --- */ + +{ + +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 5, +"fixed-center": false, +"ipc": true, +"margin-top": 5, +//"margin-bottom": 5, +"width": 768, + +"modules-left": ["clock#gar","tray"], + +"modules-center": ["hyprland/workspaces#gar"], + +"modules-right": ["pulseaudio#gar","backlight#gar", "battery#gar"], + + +// M O D U L E S // + +"hyprland/workspaces#gar": { + "disable-scroll": true, + "all-outputs": true, + "format": "{icon}", + "persistent_workspaces": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [] + }, + "format-icons": { + "1": "δΈ€", + "2": "二", + "3": "δΈ‰", + "4": "ε››", + "5": "δΊ”" + } +}, + +"clock#gar": { + "format": "{:%a %d | %H:%M %p}", + "format-alt": "{:%A, %d %B, %Y (%R)}" +}, + +"hyprland/window#gar": { + "format": "{}", + "max-length": 60 +}, + +"tray#gar": { + "icon-size": 15, + "spacing": 10 +}, + +"pulseaudio#gar": { + "format": "{icon} {volume}%", + "format-bluetooth": "{icon}οŠ” {volume}%", + "format-bluetooth-muted": " {icon}οŠ”", + "format-muted": "󰸈", + "format-icons": { + "headphone": "", + "hands-free": "", + "headset": "", + "phone": "ο‚•", + "portable": "ο‚•", + "car": "ο†Ή", + "default": ["", "ο€§", ""] + }, + "on-click": "pamixer --toggle-mute", + "on-click-right": "pavucontrol", + "tooltip": false +}, + +"backlight#gar": { + "device": "intel_backlight", + "format": "{icon} {percent}%", + "format-icons": ["ο†…", "ο„‘"] +}, + +"battery#gar": { + "interval": 60, + "align": 0, + "rotate": 0, + //"bat": "BAT1", + //"adapter": "ACAD", + "full-at": 100, + "design-capacity": false, + "states": { + "good": 95, + "warning": 30, + "critical": 15 + }, + "format": "{icon} {capacity}%", + "format-charging": " {capacity}%", + "format-plugged": "σ±˜– {capacity}%", + "format-full": "{icon} Full", + "format-alt": "{icon} {time}", + "format-icons": ["", "", "", "", ""], + "format-time": "{H}h {M}min", + "tooltip": true, + "tooltip-format": "{timeTo} {power}w", + "on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh", + "on-click-right": "~/.config/hypr/scripts/Wlogout.sh", +}, + +} \ No newline at end of file -- cgit v1.2.3